home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4dosini.zip / 4DOS.INI
INI File  |  1991-11-12  |  9KB  |  230 lines

  1. ;----------------------------------------------------------------------------
  2. ;  The 4Start.INI file is used to define the operating parameters of 4DOS.
  3. ;  The [Primary] section defines all occurences beginning with the /P and
  4. ;  The [Secondary] section defines any changes from the [Primary] section
  5. ;  when any other occurence of 4DOS is invoked.
  6. ;
  7. ;How to read comments:
  8. ;
  9. ;name=nnnn                numeric value
  10. ;name=c                   single character
  11. ;name=choice1|choice2...  ONE of the listed choices
  12. ;name=color               colors as defined in 4DOS (i.e. Bri blu on gre)
  13. ;name=key                 key specification in 4DOS (i.e. Alt-F12
  14. ;name=path                path to item (i.e. C:\4DOS)
  15. ;name=file                filename (may include path)
  16. ;name=anything else       string in defined format for directive
  17. ;Values in parenthesis are defaults ()
  18. ;Values in brackets are valid ranges []
  19. ;
  20. ;----------------------------------------------------------------------------
  21.  
  22. [Primary]
  23. ;----------------------------------------------------------------------------
  24. ; 4DOS Initialization Directives
  25. ;----------------------------------------------------------------------------
  26.  
  27. ;4StartPath=path - defines path to 4Start.Bat/Btm file
  28. 4StartPath=C:\4DOS
  29. ;Alias=nnnn - number of bytes to use for aliases (1024) [256-32767]
  30. Alias=640
  31. ;AutoExecPath=path - path used for AutoExec.Bat file <primary shell only>
  32. AutoExecPath=C:\4DOS
  33. ;Environment=nnnn - number of bytes for environment (512) [256-30000]
  34. Environment=512
  35. ;EnvFree=nnnn - minimum free bytes environment of secondary shells (128) [128-32000]
  36. EnvFree=256
  37. ;HelpOptions=[/M /Sn /X] - Sets default options for 4DOS help
  38. HelpOptions=
  39. ;HelpPath=path - path for 4Help.Exe 
  40. HelpPath=C:\4DOS\
  41. ;History=nnnn - Number of bytes for History buffer (1024) [512-8192]
  42. History=512
  43. ;LogName=file - name of 4DOS log file (4DOSLOG)
  44. LogName=C:\4DOS\4DOS.Log
  45. ;PauseOnError= YES | NO - Determines whether to pause on critical errors
  46. PauseOnError=Yes
  47. ;Swapping= swap type[,swap type,...] sets how 4DOS will swap transient portion
  48. Swapping=EMS, XMS, H:\
  49. ;UMBEnviornment=YES | NO - should Environment be loaded into UMBs?
  50. UMBEnvironment=Yes
  51. ;UMBLoad=YES | NO - Should the resident portion be loaded into UMBS?
  52. UMBLoad=Yes
  53.  
  54. ;----------------------------------------------------------------------------
  55. ; 4DOS Configuration Directives
  56. ;----------------------------------------------------------------------------
  57.  
  58. ;ANSI= AUTO | YES | NO - Autodetect ANSI, Assume ANSI, No ANSI installed (Auto)
  59. ANSI=Auto
  60. ;BatchEcho= YES | NO - Default .BAT/.BTM echo start status (YES)
  61. BatchEcho=No
  62. ;BeepFreq=nnnn - Frequency in Hz of error beep (440)
  63. BeepFreq=440
  64. ;BeepLength=nnnn - determines length in 1/18th seconds of error beep (2)
  65. BeepLength=2
  66. ;CursorIns=nnn - Shape of insert cursor on cmd line <in %> (100)
  67. CursorIns=100
  68. ;CursorOver=nnn - Shape of overwrite cursor <in %> (10)
  69. CursorOver=10
  70. ;CommandSep=c - Character to separate multiple commands on cmd line
  71. CommandSep=^
  72. ;EditMode= INSERT | OVERSTRIKE - Initial cmd line mode (OverStrike)
  73. EditMode=Insert
  74. ;EscapeChar=c - 4DOS escape character (Ctrl-X)
  75. ;EscapeChar=Ctrl-X
  76. ;HistMin=nnn - Minimum number of characters to get line into history list (10)
  77. HistMin=5
  78. ;HistWinColor=Color - Color of history windows (screen colors)
  79. HistWinColor=Bright White on Red
  80. ;HistWinHeight=nn - Maximum height of history windows (10)
  81. HistWinHeight=10
  82. ;HistWinLeft=nn - starting column of history window (50)
  83. HistWinLeft=50
  84. ;HistWinTop=nn - Row to start history window in (0)
  85. HistWinTop=0
  86. ;HistWinWidth= nn - width in characters of history windows (30)
  87. HistWinWidth=30
  88. ;LineInput= YES | NO - determines if COMMAND.COM style input is used (NO)
  89. LineInput=No
  90. ;NoClobber=YES | NO - Prevent overwrite of file by redirection (NO)
  91. NoClobber=No
  92. ;ScreenRows=nn - Sets number of screen rows on display for pausing, etc.
  93. ScreenRows=
  94. ;UpperCase= YES | NO - should dirs be displayed in upper case? (NO)
  95. UpperCase=No
  96.  
  97. ;----------------------------------------------------------------------------
  98. ; 4DOS Color Directives
  99. ;----------------------------------------------------------------------------
  100.  
  101. ;ColorDir=ext1 ext2...:colora;ext3 ext4...:colorb;...
  102. ;sets the directory colors for files with given extensions
  103. ColorDir=EXE COM:Bright Blue;DOC TXT:Bright Cyan;BAT BTM WBT:Bright Red
  104. ;ListColors=Color - colors used for list and select functions
  105. ColorDir=EXE COM:Bright Blue;DOC TXT:Bright Cyan;BAT BTM WBT:Bright Red
  106. ;StdColors=Color - Standard colors to be used by 4DOS CLS, etc.
  107. StdColors=White on Black Border Red
  108.  
  109. ;----------------------------------------------------------------------------
  110. ; 4DOS Key Mapping Directives
  111. ;----------------------------------------------------------------------------
  112.  
  113. ;----------General Input Keys------------------------------------------------
  114.  
  115. ;BackSpace=Key - backspace key (Bksp)
  116. BackSpace=Bksp
  117. ;BeginLine=Key - go to beginning of line (Home)
  118. BeginLine=Home
  119. ;Del=Key - Delete character at cursor (Del)
  120. Del=Del
  121. ;DelToBeginning=Key - Delete from cursor to beginning of line (ctrl-Home)
  122. DelToBeginning=Ctrl-Home
  123. ;DelToEnd=Key - Delete from cursor to end of line (Ctrl-End)
  124. DelToEnd=Ctrl-End
  125. ;DelWordLeft=Key - Delete word to left of cursor (Ctrl-L)
  126. DelWordLeft=Ctrl-L
  127. ;DelWordRight=Key - Delete word to right of cursor (Ctrl-R, Ctrl-Bksp)
  128. DelWordRight=Ctrl-R
  129. ;Down=Key - scroll the display down/move down 1 line (Down)
  130. Down=Down
  131. ;EndLine=Key - Move cursor to end of line (End)
  132. EndLine=End
  133. ;EraseLine=Key - Deletes the entire line (Esc)
  134. EraseLine=Esc
  135. ;ExecLine=Key - Execute command line (Enter)
  136. ExecLine=Enter
  137. ;Ins=Key - Toggle Insert/Overwrite mode (Ins)
  138. Ins=Ins
  139. ;Left=Key - move cursor left (Left)
  140. Left=Left
  141. ;NormalKey=Key - Deassigns a default 4DOS Key
  142. NormalKey=
  143. ;Right=Key - Move cursor right (Right)
  144. Right=Right
  145. ;Up=Key - scroll the display up/move up 1 line (Up)
  146. Up=Up
  147. ;WordLeft=Key - move cursor left one word (Ctrl-Left)
  148. WordLeft=Ctrl-Left
  149. ;WordRight=Key - move cursor right one word (Ctrl-Right)
  150. WordRight=Ctrl-Right
  151.  
  152. ;--------Command Line Editing Keys-------------------------------------------
  153.  
  154. ;AddFile=Key - Key to add file to command line list (F10)
  155. AddFile=F10
  156. ;CommandEscape=Key - Allow direct entry of keystrokes (Alt-255)
  157. ;CommandEscape=(Alt-255)
  158. ;DelHistory=Key - Delete line from history list (Ctrl-D)
  159. DelHistory=Ctrl-D
  160. ;EndHistory=Key - Display last history entry (Ctrl-E)
  161. EndHistory=Ctrl-E
  162. ;Help=Key - Run 4Help.Exe (F1)
  163. Help=F1
  164. ;NextFile=Key - Get next file for command line (F9)
  165. NextFile=F9
  166. ;NextHistory=Key - Display next history entry (Down)
  167. NextHistory=Down
  168. ;NormalEditKey=Key - Deassign an Edit key  (none)
  169. NormalEditKey=
  170. ;PrevFile=Key - Get previous matching file on command line (F8)
  171. PrevFile=F8
  172. ;PrevHistory=Key Display previous history line (Up)
  173. PrevHistory=Up
  174. ;SaveHistory=Key - Save line in history buffer (Ctrl-K)
  175. SaveHistory=Ctrl-K
  176.  
  177. ;-----------History Windows--------------------------------------------------
  178.  
  179. ;HistWinBegin=Key - Move to 1st line in history window (Ctrl-PgUp)
  180. HistWinBegin=Ctrl-PgUp
  181. ;HistWinEdit=Key - Moves line from history to command line (Ctrl-Enter)
  182. HistWinEdit=Ctrl-Enter
  183. ;HistWinExec=Key - Execute line from history window (Enter)
  184. HistWinExec=Enter
  185. ;HistWinOpen=Key - Open history window (PgUp)
  186. HistWinOpen=PgUp
  187. ;NormalHWinKey=Key - Deassigns a history window key (none)
  188. NormalHWinKey=
  189.  
  190. ;-----------List Keys--------------------------------------------------------
  191.  
  192. ;ListFind=Key - Prompt for search string (F)
  193. ListFind=F
  194. ;ListHighBit=Key - Toggle high bit stripping (H)
  195. ListHighBit=H
  196. ;ListNext=Key - Find next occurance of search string (N)
  197. ListNext=N
  198. ;ListPrint=Key - Print file to LPT1 (P)
  199. ListPrint=P
  200. ;ListWrap=Key - Toggle line wrap (W)
  201. ListWrap=W
  202. ;NormalListKey=Key - Deassigns list key (none)
  203. NormalListKey=
  204.  
  205. ;----------------------------------------------------------------------------
  206. ; 4DOS Advanced Directives
  207. ;----------------------------------------------------------------------------
  208.  
  209. ;CritFail=YES | NO - Returns Fail to critical error queries (NO)
  210. CritFail=No
  211. ;FineSwap=YES | NO - Enable "fine grain" checksums durring swapping (NO)
  212. FineSwap=No
  213. ;FullINT2E=YES | NO - Enable full support for Int2E <primary shell> (NO) 
  214. FullINT2E=No
  215. ;Inherit=YES | NO - determines if shells inherit primary aliases/history (YES)
  216. Inherit=Yes
  217. ;MessageServer=YES | NO - DOS 4.0/5.0 verbose message handling (YES)
  218. MessageServer=YES
  219. ;Reduce=YES | NO - Use smaller swap size (YES)
  220. Reduce=YES
  221. ;ReserveTPA=YES | NO - Allow 4DOS to reserve memory for transient portion (YES)
  222. ReserveTPA=Yes
  223. ;StackSize=nnnn - 4DOS internal stack size in bytes (3584) [3584-8192]
  224. StackSize=3584
  225. ;SwapReopen=YES | NO - Enable reopening of 4DOS swap file (NO)
  226. SwapReopen=NO
  227.  
  228. [Secondary]
  229. StdColors=Green on Black border green
  230.